LOAD AS SELECT
Short Description
Table data is being inserted based on a SELECT statement.
Detailed Description​
This is typically seen during “create table as select” (CTAS) statements, or insert statement where a a select clause is used.
Further Reading​
- Oracle Magazine - How to read an execution plan
- Oracle Tuning Guide - Explaining and Displaying Execution Plans
- Oracle Tuning Guide - Comparing Execution Plans Tutorial
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.